home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Multimedia Utilities / PC DJ / PCDJ.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1997-08-19  |  2.8 KB  |  135 lines

  1. object Form2: TForm2
  2.   Left = 225
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Sound Filename'
  6.   ClientHeight = 95
  7.   ClientWidth = 325
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 81
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 69
  26.     Height = 16
  27.     Caption = 'Filename:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 104
  38.     Width = 63
  39.     Height = 16
  40.     Caption = 'For Button:'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 80
  50.     Top = 104
  51.     Width = 7
  52.     Height = 16
  53.     Caption = '1'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 128
  63.     Top = 104
  64.     Width = 32
  65.     Height = 13
  66.     Caption = 'Label4'
  67.   end
  68.   object Edit1: TEdit
  69.     Left = 88
  70.     Top = 16
  71.     Width = 225
  72.     Height = 24
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -13
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 0
  80.     Text = 'Edit1'
  81.   end
  82.   object Button1: TButton
  83.     Left = 16
  84.     Top = 48
  85.     Width = 89
  86.     Height = 25
  87.     Caption = '&Browse...'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 1
  95.     OnClick = Button1Click
  96.   end
  97.   object Button2: TButton
  98.     Left = 128
  99.     Top = 48
  100.     Width = 89
  101.     Height = 25
  102.     Caption = '&OK'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     OnClick = Button2Click
  111.   end
  112.   object Button3: TButton
  113.     Left = 232
  114.     Top = 48
  115.     Width = 81
  116.     Height = 25
  117.     Caption = '&Cancel'
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 3
  125.     OnClick = Button3Click
  126.   end
  127.   object OpenDialog1: TOpenDialog
  128.     Filter = 
  129.       'Wave Files (*.wav)|*.wav|Midi Files (*.mid, *.midi)|*.mid;*.midi' +
  130.       '|CD Audio (*.cda)|*.cda|All Files (*.*)|*.*'
  131.     Left = 256
  132.     Top = 104
  133.   end
  134. end
  135.